@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
    padding-top: 60px;
}

.filesBox {
    display: block;
    height: 50%;
    border: 2px dashed #000000;
    overflow-y: auto;
}

.historyTblCB {
    text-align: center;
    align-content: center;
}

.successful {
    color: #4cae4c;
    font-weight: bold;
}

.hidden {
    display: none;
}

.selectAll {
    font-weight: bold;
}


/* Centrar Contenido de Tablas/Columnas */
.tr-centrado{
  vertical-align: middle !important;
  text-align: center;  


}
.tr-nombre{

}

/*=======================================================================
    FIXED HEADER
=======================================================================*/
.fixedHeader-floating {
    top: 44px !important;
    position: fixed;
    background-color: #fff;
}

/*=======================================================================
    VALIDAR FORMULARIO
=======================================================================*/

textarea:required:valid {

    box-shadow: 0 0 3px #95e5a7 !important;
    -moz-box-shadow: 0 0 3px #95e5a7 !important;
    -webkit-box-shadow: 0 0 3px #95e5a7 !important;
}

textarea:required:invalid {

    box-shadow: 0 0 3px #95e5a7 !important;
    -moz-box-shadow: 0 0 3px #95e5a7 !important;
    -webkit-box-shadow: 0 0 3px #95e5a7 !important;
}

input:required:invalid {

    box-shadow: 0 0 1px red !important;
    -moz-box-shadow: 0 0 1px red !important;
    -webkit-box-shadow: 0 0 1px red !important;
}

input:required:valid {

    box-shadow: 0 0 3px #95e5a7 !important;
    -moz-box-shadow: 0 0 3px #95e5a7 !important;
    -webkit-box-shadow: 0 0 3px #95e5a7 !important;
}

.ajustar-button {
    width: 78%;
    margin-left: 19%;
}

.error_show {
    color: red;
    margin-left: 10px;
}

input.invalid, textarea.invalid {
    border: 2px solid red;
}

input.valid, textarea.valid {
    border: 2px solid green;
}

.edit-image {
    width: 42%;
    height: 25%;
    border-radius: 5px;

}

.edit-image:hover {
    filter: opacity(.5);
}

.image-mostrar {
    width: 140px;
    height: 160px;
}

/*=======================================================================
    VISTA LLISTA CATEGORIA
=======================================================================*/

.caixa {
    position: relative;
    width: 50%;
}

.imagen {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.overlai {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;

}

.caixa:hover .overlai {
    opacity: 1;
}

.texto {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/*=======================================================================
    VISTA CATEGORIAS / PRODUCTES * CATEGORIA ID / 
=======================================================================*/

.category-item {
    margin-bottom: 25px;
    display: block;
}

.img-back {
    width: 80px;
    height: auto;
    border: 3px groove black;
}

section {
    max-width: 1050px;
    margin: 0 auto;
}

/***** GALLERY *****/

.photo-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box {
    position: relative;
    width: 250px;
    height: 250px;
    color: #fff;
    text-align: center;
}

/***** PICTURE DESCRIPTION *****/

.descripcion {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    z-index: 1;
}

.photo-title {
    font-size: 20px;
    text-shadow: 0 0 5px black;
}
.noImg {
    opacity: 0.75;
}

.zoom {
    font-size: 40px;
    margin: 40px 135px 0;
}

/***** PHOTO HOVER EFFECT *****/

.photo-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c293b;
    background-image: url("http://decorate-omar.bitballoon.com/images/dott.png");
    background-repeat: repeat;
    opacity: 0;
    transition: all 0.5s;
}

.cover-on {
    opacity: 0.4;
}

.box:hover .photo-cover.cover-on {
    opacity: 0;
}

.zoom:hover {
    cursor: pointer;
}

.box:hover .photo-cover {
    opacity: 0.8;
}

.box-1 {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
    margin-top: 10px;
}

.box-2 {

    background: url("http://empaenerji.com/wp-content/uploads/2013/11/dummy-image-landscape.jpg") center;
    background-size: cover;
}

.estilo {

    width: 15%;
    background-color: #333333;

}

.tamaño {

    width: 100%;
}

.tamaño1 {

    width: 80%;
}

.centrar-div {

    margin-left: 50%;

    /*nos posicionamos en el centro del navegador*/

}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://loading.io/spinners/coolors/lg.palette-rotating-ring-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

/*=======================================================================
    VISTA PRODUCTES NUMPAD
=======================================================================*/
.nmpd-grid {
    border: none;

    background-color: #FFFFFF;
}

.nmpd-grid > tbody > tr > td {
    border: none;
}

/* Some custom styling for Bootstrap */
.qtyInput {
    display: block;
    width: 100%;
    padding: 10px 12px;
    color: #555;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.numero, .clear, .cancel, .done, .sep, .neg {
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.fc1 {
    font-size: 30px;
    height: 50px;
}

.cancel {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.done {
    color: #fff;

    border-color: #ffffff;
}

.neg, .sep {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.ajustar-d{
    top:100px !important;
    padding: 5px;
}


.alinear-p {

    margin-left: 30%;

}


#numericInput{
    position:relative;
}
#numBox{
    width:150px;
    height:20px;
    text-align:right;
    border:solid 1px black;
    cursor:text;
    overflow:hidden;
}
.keypad{
    width:300px;
    height:300px;

}
.key{
    border:solid 1px #357ebd;
    background-color:#428bca;
    text-align:center;
    font-weight:bold;
    color:white;
    cursor:pointer;
}
.key:hover{
    background-color:#3071a9;
    border-color: #285e8e;
}
.key:active{
    background-color:white;
}

.cursor {
    font-weight: 700;
    font-size: 30px;
    color: #2E3D48;
    vertical-align:middle;
    min-height: 45px;

 }

.del,.num,.clr{
    margin-top: 2px;
    margin-left: 5px;
    width: 90%;
    height: 90%;
    line-height: 22px;
}

.imp , .cance{
    width: 90%;
}

/*=======================================================================
    VISTA PRODUCTES MANAGER
=======================================================================*/
#delProductCheckBox{
    font-weight: bold;
    box-shadow: 0px 0px 10px 5px white;
    border-color: white;
}
.p-central{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}